home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00346.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  266 b   |  12 lines

  1. on exitFrame
  2.   global sndcounter, soundspath, effectspath
  3.   repeat with i = 1 to 30
  4.     sprite(i).visible = 1
  5.   end repeat
  6.   sprite(27).visible = 0
  7.   sprite(28).visible = 0
  8.   sprite(29).visible = 0
  9.   sndcounter = 9
  10.   sound playFile 2, effectspath & "night2.aif"
  11. end
  12.